NevronOpenVision
Nevron.Nov.Chart Namespace / NBoxAndWhiskerDataPoint Class / NBoxAndWhiskerDataPoint Constructor / NBoxAndWhiskerDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double[],NFill,NStroke)
In This Topic
    NBoxAndWhiskerDataPoint Constructor(Double,Double,Double,Double,Double,Double,Double,Double[],NFill,NStroke)
    In This Topic
    Initializer constructor
    Syntax
    public NBoxAndWhiskerDataPoint( 
       System.double x,
       System.double upperBoxValue,
       System.double lowerBoxValue,
       System.double medianValue,
       System.double averageValue,
       System.double upperWhiskerValue,
       System.double lowerWhiskerValue,
       System.double[] outliers,
       NFill fill,
       NStroke stroke
    )

    Parameters

    x
    upperBoxValue
    lowerBoxValue
    medianValue
    averageValue
    upperWhiskerValue
    lowerWhiskerValue
    outliers
    fill
    stroke
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also